#
# HoI - Holland, Belgium & Luxembourg
#
# LIMIT: 852000 - 901999  
#
#		written by Generalisimo
#
# C.O.R.E. v0.7 transition to CSV completed
#########################################################################
#  852000 - Belgium Neutrality (by Generalisimo)
#########################################################################
event = {
	id = 852000
	random = no
	country = BEL
	trigger = {
		event = 2000 # Reocupation of the Rhineland
		NOT = {
			OR = {
				war = { country = ENG country = GER } # allies at war
				atwar = GER
				war = { country = ENG country = SOV } # allies vs commitern
				atwar = yes	
				war = { country = BEL country = GER } # BEL alone fighting axis
				war = { country = BEL country = SOV } # BEL alone fighting commitern
				}
			}
		}
	name = CEVTNAME_852000
	desc = CEVTDESC_852000
	style = 0

	date = { day = 1 month = october year = 1936 }
	offset = 30
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_852000
		command = { type = dissent value = -3 } 
		command = { type = leave_alliance } 
		}
	action_b = {
		name = CEVTACTB_852000
		command = { type = dissent value = 5 } 
		}
}

#########################################################################
#  Babe 14/04/2003 : 
# 852001 - (HOL) Reaction to german re-occupation of the Rhineland (by Babe)
# Ilkhold 27.01.2004 : Fixed Commands to trigger/sleep the fortification events
#########################################################################
event = 
{ 
	id = 852001 # 102000
	random = no
	country = HOL
	
	# Triggered by GER 2000 : german re-occupation of the Rhineland
	
	name = CEVTNAME_852001
	desc = CEVTDESC_852001
	style = 0
	
	action_a = {
		name = CEVTACTA_852001
		command = { type = alignment which = fascist value = -10 }
		command = { type = sleepevent which = 852002 } # Fortification
	}
	action_b = {
		name = CEVTACTB_852001
		command = { type = alignment which = fascist value = -30 }
		command = { type = alignment which = democratic value = 10 }
	}
	action_c = {
		name = CEVTACTC_852001
		command = { type = manpower value = 200 }
		command = { type = trigger which = 852005 } # BEL
	}
}

#########################################################################
#  Babe 14/04/2003 : 
# 852002 - (HOL) Securisation of german border (by Babe)
# Ilkhold 27.01.2004 : Fixed trigger
#########################################################################
event = { 
	id = 852002 # 102001
	random = no
	country = HOL
	
	# Indirectly triggered by GER 2000 : Germany have reoccupied the Rhineland
	trigger =
	{
		event = 852001
		supplies = 2000
	}
			
	name = CEVTNAME_852002
	desc = CEVTDESC_852002
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 30
	deathdate = { day = 1 month = january year = 1940 } # It will be enough
	
	action_a = {
		name = CEVTACTA_852002
		command = { type = construct which = land_fort value = 561 } # in Arnhem
		command = { type = construct which = land_fort value = 590 } # in Groningen
		command = { type = supplies value = -2000 }
	}
	action_b = {
		name = CEVTACTB_852002
		command = { }
	}
}


#########################################################################
#  Babe 23/03/2003 : 
# 852003 - (HOL) Reaction to french decision to extend Maginot line (by Babe)
#########################################################################
event = 
{ 
	id = 852003 #  102002
	random = no
	country = HOL
	
	# Triggered by FRA 100000 : French decision to extend Maginot line
	
	name = CEVTNAME_852003
	desc = CEVTDESC_852003
	style = 0
	
	action_a = {
		name = CEVTACTA_852003
		command = { type = alignment which = fascist value = 50 }
		command = { type = alignment which = democratic value = -30 }
	}
	action_b = {
		name = CEVTACTB_852003
		command = { type = alignment which = democratic value = -20 }
		command = { type = alignment which = fascist value = -50 }
	}
}

#########################################################################
#  Babe 14/04/2003 : 
# 852004 - (BEL) Reaction to german re-occupation of the Rhineland (by Babe)
# Ilkhold 27.01.2004 : Fixed Commands to trigger/sleep the fortification events
#########################################################################
event = 
{ 
	id = 852004 # 101000
	random = no
	country = BEL
	
	# Triggered by GER 2000 : german re-occupation of the Rhineland
	
	name = CEVTNAME_852004
	desc = CEVTDESC_852004
	style = 0
	
	action_a = 	{
		name = CEVTACTA_852004
		command = { type = alignment which = fascist value = -10 }
		command = { type = sleepevent which = 852005 } # Fortification
	}
	action_b = {
		name = CEVTACTB_852004
		command = { type = alignment which = fascist value = -30 }
		command = { type = alignment which = democratic value = 10 }
	}
	action_c = {
		name = CEVTACTC_852001
		command = { type = manpower value = 200 }
		command = { type = trigger which = 852002 } # HOL
	}
}

#########################################################################
#  Babe 14/04/2003 : 
# 852005 - (BEL) Securisation of german border (by Babe)
# Ilkhold 27.01.2004 : Fixed trigger
#########################################################################
event = { 
	id = 852005 # 101001
	random = no
	country = BEL
	
	# Indirectly triggered by GER 103000 : Germany refused to leave the Rhineland
	trigger =
	{
		event = 852004
		supplies = 2000
	}

			
	name = CEVTNAME_852005
	desc = CEVTDESC_852005
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 30
	deathdate = { day = 1 month = january year = 1940 } # It will be enough
	
	action_a = 
	{
		name = CEVTACTA_852005
		command = { type = construct which = land_fort value = 552 } # in Bruxelles
		command = { type = construct which = land_fort value = 557 } # in Arlon
		command = { type = supplies value = -2000 }
	}
	action_b = 
	{
		name = CEVTACTB_852005
		command = { }
	}
}

#########################################################################
#  Babe 23/03/2003 : 
# 852006 - (BEL) Reaction to french decision to extend Maginot line (by Babe)
#########################################################################
event = 
{ 
	id = 852006 # 101002
	random = no
	country = BEL
	
	# Triggered by FRA 100000 : French decision to extend Maginot line
	
	name = CEVTNAME_852006
	desc = CEVTDESC_852006
	style = 0
	
	action_a = {
		name = CEVTACTA_852006
		command = { type = alignment which = fascist value = 75 }
		command = { type = alignment which = democratic value = -50 }
	}
	
	action_b = {
		name = CEVTACTB_852006
		command = { type = alignment which = democratic value = -30 }
	}
}


###################################################################
# 852007 - (BEL) Demand of ex-german colonies (by SykoNurse)
###################################################################

event = {
	id = 852007
	random = no
	country = BEL

	# triggered by GER 172077

	name = CEVTNAME_852007
	desc = CEVTDESC_852007
	style = 0

	action_a = {
		name = CEVTACTA_852007
		command = { } 
		}
}

###################################################################
# 852008 - (BEL) Return of Kigali (by SykoNurse)
###################################################################

event = { 
	id = 852008
	random = no
	country = BEL

	trigger = {
		ispuppet = VIC
		ispuppet = ENG
		ispuppet = BEL 
		NOT = {
			exists = FRA 
			}
		event = 852007 # GER demanded BEL land
		}

	name = CEVTNAME_852008
	desc = CEVTDESC_852008
	style = 0

	date = { day = 30 month = january year = 1939 } 
	offset = 10 # not automatically
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = CEVTACTA_852008
		command = { type = secedeprovince which = GER value = 36 }	#Kigali
		command = { type = secedeprovince which = GER value = 1135 }	#Banana
		command = { type = secedeprovince which = GER value = 1130 }	#Lopoldville
		command = { type = secedeprovince which = GER value = 1131 }	#Luluabourg
		command = { type = secedeprovince which = GER value = 1187 }	#lisabethville
		command = { type = secedeprovince which = GER value = 1186 }	#Bakwanga
		command = { type = secedeprovince which = GER value = 1185 }	#Albertville
		command = { type = secedeprovince which = GER value = 1129 }	#Coquilhatville
		command = { type = secedeprovince which = GER value = 1115 }	#Stanleyville
		command = { type = secedeprovince which = GER value = 1189 }	#Costermanville
		command = { type = secedeprovince which = GER value = 1192 }	#Buta
		}
}


############################################
# 852009 - (LUX) Luxembourg Radio
##################################################
event = { 
	id = 852009
	random = no
	country = LUX

	name = CEVTNAME_852009
	desc = CEVTDESC_852009
	style = 0

	date = { day = 1 month = january year = 1937 } 
	offset = 3
	deathdate = { day = 29 month = december year = 1937 }

	action_a = {
		name = CEVTACTA_852009
		command = { type = dissent value = -2 }
	}
}

##################################################
# 852010 - (LUX) Volunteers
##################################################

event = { 
	id = 852010
	random = no
	country = LUX

	name = CEVTNAME_852010
	desc = CEVTDESC_852010
	style = 0

	date = { day = 29 month = september year = 1938 } 
	offset = 1
	deathdate = { day = 2 month = october year = 1938 }

	action_a = {
		name = CEVTACTA_852010
		command = { type = manpower value = 1 }
	}
}

##################################################
# 852011 - (LUX) Shortened Work Day
##################################################

event = { 
	id = 852011
	random = no
	country = LUX

	name = CEVTNAME_852011
	desc = CEVTDESC_852011
	style = 0

	date = { day = 17 month = october year = 1937 } 
	offset = 1
	deathdate = { day = 20 month = october year = 1937 }

	action_a = {
		name = CEVTACTA_852011
		command = { type = dissent value = -1 }
	}
}

#######################################
# Surrender of the East Indies: Dutch #
#######################################

event = { 
	id = 852025
	random = no
	country = HOL
	
	# Triggered by JAP 492083
	
	name = CEVTNAME_852025
	desc = CEVTDESC_852025
	style = 0
	
	action_a = {
		name = CEVTACTA_852025
		command = { type = control which = JAP value = 1755 }
		command = { type = control which = JAP value = 1768 }	
		command = { type = control which = JAP value = 1767 }	
		command = { type = control which = JAP value = 1774 }	
		command = { type = control which = JAP value = 1773 }	
		command = { type = control which = JAP value = 1772 }	
		command = { type = control which = JAP value = 1771 }	
		command = { type = control which = JAP value = 1755 }	
		command = { type = control which = JAP value = 1756 }	
		command = { type = control which = JAP value = 1791 }	
		command = { type = control which = JAP value = 1792 }	
		command = { type = control which = JAP value = 1793 }
		command = { type = control which = JAP value = 1794 }	
		command = { type = control which = JAP value = 1785 }	
		command = { type = control which = JAP value = 1786 }	
		command = { type = control which = JAP value = 1971 }	
		command = { type = control which = JAP value = 1970 }	
		command = { type = control which = JAP value = 1969 }	
		command = { type = control which = JAP value = 1968 }	
		command = { type = control which = JAP value = 2010 }	
		command = { type = control which = JAP value = 2012 }	
		command = { type = control which = JAP value = 2011 }	
		command = { type = control which = JAP value = 2030 }	
		command = { type = control which = JAP value = 2008 }	
		command = { type = control which = JAP value = 2028 }	
		command = { type = control which = JAP value = 2029 }
		command = { type = control which = JAP value = 1952 }	
		command = { type = control which = JAP value = 1954 }
		command = { type = control which = JAP value = 1955 }
		command = { type = control which = JAP value = 1956 }
		command = { type = control which = JAP value = 1982 }
		command = { type = control which = JAP value = 1983 }
		command = { type = control which = JAP value = 1985 }
		command = { type = control which = JAP value = 1984 }
		command = { type = control which = JAP value = 1986 }
		command = { type = control which = JAP value = 1780 }
		command = { type = control which = JAP value = 1779 }
		command = { type = control which = JAP value = 1950 }
		command = { type = control which = JAP value = 1951 }
	}
	action_b = {
		name = CEVTACTB_852025
		command = { }
	}
}

# new events for the Low Countries for the political events pack #

##################################
# Belgium
##################################
#################################
# 852014 (BEL)British Letter of Reasurrance(by Ghost_dk)
#################################

event = { 
	id = 852014
	random = no
	country = BEL

	# triggered by ENG 272114

	name = CEVTNAME_852014
	desc = CEVTDESC_852014
	style = 0

	action_a = { 
		name = CEVTACTA_852014
		command = { type = dissent value = -1 }
		}
}
################################
# 852015 (BEL)no Letter of Reasurrance(by Ghost_dk)
################################

event = {
	id = 852015
	random = no
	country = BEL

	# triggerd by ENG 272114

	name = CEVTNAME_852015
	desc = CEVTDESC_852015
	style = 0

	action_a = {
		name = CEVTACTA_852015
		command = { type = warentry value = -10 }
		}
}
################################
# 852016 (BEL)Belgium proclaration of martial law(by Ghost_dk)
################################

event = {
	id = 852016
	random = no
	country = BEL

	trigger = { 
		Government = democratic
		}
	name = CEVTNAME_852016
	desc = CEVTDESC_852016
	style = 0

	date = { day = 22 month = october year = 1936 }
	
	action_a = {
		name = CEVTACTA_852016
		command = { type = dissent value = 1 }
		command = { type = alignment which = fascist value = -15 }
		command = { type = supplies value = -50 }
		}
}
#################################
# 850017 (BEL)Belgium manpower expansion(by Ghost_dk)
#################################

event = { 
	id= 852017
	random = no
	country = BEL
	
	trigger = { 
		atwar = no
		government = democratic
		}
	name = CEVTNAME_852017
	desc = CEVTDESC_852017
	style = 0

	date = { day = 1 month = december year = 1936 }

	action_a = {
		name = CEVTACTA_852017
		command = { type = manpowerpool value = 30 }
		command = { type = dissent value = 1 }
		}
}
############################
# 852018 (BEL)Trade Pact of Oslo(by Ghost_dk)
############################

event = { 
	id = 852018
	random = no
	country = BEL

	trigger = { 
		atwar = no
		}
	name = CEVTNAME_852018
	desc = CEVTDESC_852018
	style = 0

	date = { day = 27 month = may year = 1937 }

	action_a = {
		name = CEVTACTA_852018
		command = { type = industry which = -1 value = 1 }
		command = { type = industry which = -1 value = 1 }
		command = { type = influence value = -1 }
		}
	action_b = {
		name = CEVTACTB_852018
		command = { }
		}
}
############################
# 852021 (BEL)Termination of Oslo Trade Agreement(by Ghost_dk)
############################

event = {
	id = 852021
	random = no
	country = BEL

	name = CEVTNAME_852021
	desc = CEVTDESC_852021
	style = 0

	date = { day = 0 month = july year = 1938 }

	action_a = {
		name = CEVTACTA_852021
		command = { type = industry which = -1 value = -1 }
		}
}
############################
# Holland 
############################
############################
# 852019 (HOL)Trade Pact of Oslo(by Ghost_dk)
############################

event = { 
	id = 852019
	random = no
	country = HOL

	trigger = { 
		atwar = no
		}
	name = CEVTNAME_852018
	desc = CEVTDESC_852018
	style = 0

	date = { day = 27 month = may year = 1937 }

	action_a = {
		name = CEVTACTA_852018
		command = { type = industry which = -1 value = 1 }
		command = { type = industry which = -1 value = 1 }
		command = { type = influence value = -1 }
		}
	action_b = {
		name = CEVTACTB_852018
		command = { }
		}
}
############################
# 852022 (HOL)Termination of Oslo Trade Agreement(by Ghost_dk)
############################

event = {
	id = 852022
	random = no
	country = HOL

	name = CEVTNAME_852021
	desc = CEVTDESC_852021
	style = 0

	date = { day = 0 month = july year = 1938 }

	action_a = {
		name = CEVTACTA_852021
		command = { type = industry which = -1 value = -1 }
		}
}
##########################
# 852024 (HOL)Let USA Protect Dutch Guiana(by Ghost_dk)
##########################

event = {
	id = 852024
	random = no
	country = HOL

	trigger = { 
		control = { province = 550 tag = GER }
		NOT = {
			war = { country = USA country = HOL }
			}
		}
	name = CEVTNAME_852024
	desc = CEVTDESC_852024
	style = 0

	date = { day = 23 month = november year = 1941 }
	offset = 30
	deathdate = { day = 29 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_852024
		command = { type = secedeprovince which = USA value = 311 }
		command = { type = trigger which = 322115 }
		}
}
##########################
# Luxemburg
##########################
##########################
# 852020 (LUX)Trade Pact of Oslo(by Ghost_dk)
##########################

event = { 
	id = 852020
	random = no
	country = LUX

	trigger = { 
		atwar = no
		}
	name = CEVTNAME_852018
	desc = CEVTDESC_852018
	style = 0

	date = { day = 27 month = may year = 1937 }

	action_a = {
		name = CEVTACTA_852018
		command = { type = industry which = -1 value = 1 }
		command = { type = influence value = -1 }
		}
	action_b = {
		name = CEVTACTB_852018
		command = { }
		}
}
############################
# 852023 (LUX)Termination of Oslo Trade Agreement(by Ghost_dk)
############################

event = {
	id = 852023
	random = no
	country = LUX

	name = CEVTNAME_852021
	desc = CEVTDESC_852021
	style = 0

	date = { day = 0 month = july year = 1938 }

	action_a = {
		name = CEVTACTA_852021
		command = { type = industry which = -1 value = -1 }
		}
}

###########################################################
# Amelia Earhart Arrives in Bandoeng Event
# by MateDow
# Concept by Engineer & Kevin McCarthy
###########################################################

event = {
	id = 852026
	random = no
	country = HOL

	trigger = {
		event = 322118
		}

	name = CEVTNAME_852026
	desc = CEVTDESC_852026
	style = 0

	date = { day = 21 month = june year = 1937 }

	action_a = {
		name = CEVTACTA_852026
		command = { }
		}
}

##################################################
# 852027 - War in Europe Belgium
##################################################

event = { 
	id = 852027
	random = no
	country = BEL

	trigger = {
		OR = {
			atwar = yes
			War = { country = GER country = POL }
			War = { country = GER country = CZE }
			War = { country = GER country = ENG }
			}
		}

	name = CEVTNAME_852027
	desc = CEVTDESC_852027
	style = 0

	date = { day = 1 month = january year = 1937 } 
	offset = 1
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_OK
		command = { type = manpowerpool value = 50 }
		command = { type = province_manpower which = 552   value = 20 } #Bruxelles
		command = { type = province_manpower which = 548   value = 10 } #Antwerpen
		command = { type = province_manpower which = 557   value = 10 } #Arlon
		command = { type = province_manpower which = 557   value = 2 } #Leopoldville
		command = { type = province_manpower which = 557   value = 1 } #Banana
	}
}

##################################################
# 852028 - War in Europe Holland
##################################################

event = { 
	id = 852028
	random = no
	country = HOL

	trigger = {
		OR = {
			atwar = yes
			War = { country = GER country = POL }
			War = { country = GER country = CZE }
			War = { country = GER country = ENG }
			}
		}

	name = CEVTNAME_852028
	desc = CEVTDESC_852028
	style = 0

	date = { day = 1 month = january year = 1937 } 
	offset = 1
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_OK
		command = { type = manpowerpool value = 50 }
		command = { type = province_manpower which = 550   value = 10 } #Amsterdam
		command = { type = province_manpower which = 590   value = 10 } #Groningen
		command = { type = province_manpower which = 551   value = 10 } #Eindhoven
		command = { type = province_manpower which = 561   value = 10 } #Arnheim
	}
}

##################################################
# 852029 - Holland Falls, Mobilize the Colonies
##################################################

event = { 
	id = 852029
	random = no
	country = HOL

	trigger = {
		atwar = yes
		control = { province = 550 data = GER }
		control = { province = 590 data = GER }
		control = { province = 551 data = GER }
		control = { province = 561 data = GER }
		}

	name = CEVTNAME_852029
	desc = CEVTDESC_852029
	style = 0

	date = { day = 1 month = january year = 1937 } 
	offset = 1
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = CEVTACTA_852029
		command = { type = manpowerpool value = 50 }
		command = { type = dissent value = 10 }
		command = { type = province_manpower which = 1780   value = 5 } #Batavia
		command = { type = province_manpower which = 1950   value = 5 } #Surabaya
		command = { type = province_manpower which = 1968   value = 5 } #Makassar
		command = { type = province_manpower which = 2010   value = 5 } #The Molucks
	}
	action_b = {
		name = CEVTACTB_852029
		command = { type = manpowerpool value = 10 }
		command = { type = province_manpower which = 1780   value = 3 } #Batavia
		command = { type = province_manpower which = 1950   value = 3 } #Surabaya
	}
}